home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT2.SPK / test / test_b / lcl / ud2 < prev   
Text File  |  1996-08-28  |  110b  |  3 lines

  1. void f1(out char **x) { modifies *x; }
  2. void f2(char **x) { modifies *x; }
  3. void f3(out int *y) { modifies *y; }